From: Arne Heizmann Date: Sat, 31 Jul 2004 12:46:08 +0000 (+0000) Subject: Some info re extensions X-Git-Tag: 1.5.0alpha1~2561 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=e153034fd30226a966fcd073593c2911ce329525;p=lhc%2Fweb%2Fwiklou.git Some info re extensions --- diff --git a/LocalSettings.sample b/LocalSettings.sample index 1ab1b4bc6f..b78d3f0796 100644 --- a/LocalSettings.sample +++ b/LocalSettings.sample @@ -19,7 +19,6 @@ # You can get some useful informations online at: # http://meta.wikipedia.org/wiki/LocalSettings.php - # The most important setting is here: $IP is the installation # path for the software. In the example below, the htdocs # dir should be set as the DocumentRoot in the httpd.conf @@ -29,12 +28,15 @@ # $IP = "/usr/local/apache/htdocs/wiki"; - ## Don't change this bit; install.php needs it. # if ( ! isset( $DP ) ) { $DP = $IP; } include_once( "$DP/DefaultSettings.php" ); +# If you wish to enable third-party extensions, you do that +# using an include_once statement here. Make sure, however, +# that DefaultSettings.php (above) is included first. + ## Please customize! # $wgSitename = "MediaWiki";